home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 October / macformat-1998-10.iso / CMiFree ƒ / start.dxr / 00001_Main Movie Scripts.ls next >
Encoding:
Text File  |  1998-07-13  |  501 b   |  15 lines

  1. on startMovie
  2.   global oldVolume
  3.   clearGlobals()
  4.   if the colorDepth <> 16 then
  5.     set the colorDepth to 16
  6.   end if
  7.   if the machineType <> 256 then
  8.     set oldVolume to the soundLevel
  9.     set the soundLevel to 4
  10.   end if
  11.   if the colorDepth < 16 then
  12.     alert("Your computer is not set to display the required amount of colours. Computer Music Interactive is best viewed with your computer set to display thousands of colours, to show its contents in the highest possible quality.")
  13.   end if
  14. end
  15.